diff --git a/k8s/longhorn-system/awscli.yaml b/k8s/longhorn-system/awscli.yaml new file mode 100644 index 0000000..bb9ada7 --- /dev/null +++ b/k8s/longhorn-system/awscli.yaml @@ -0,0 +1,16 @@ +# apiVersion: v1 +# kind: Pod +# metadata: +# creationTimestamp: null +# labels: +# run: awscli +# name: awscli +# namespace: longhorn-system +# spec: +# containers: +# - image: iptizer/docker-awscli-latest_master +# name: awscli +# resources: {} +# dnsPolicy: ClusterFirst +# restartPolicy: Always +# status: {} \ No newline at end of file diff --git a/k8s/longhorn-system/longhorn-htpasswd.secret.yaml b/k8s/longhorn-system/longhorn-htpasswd.secret.yaml deleted file mode 100644 index da2694c..0000000 Binary files a/k8s/longhorn-system/longhorn-htpasswd.secret.yaml and /dev/null differ diff --git a/k8s/longhorn-system/longhorn.secret.yaml b/k8s/longhorn-system/longhorn.secret.yaml new file mode 100644 index 0000000..a81a1b2 Binary files /dev/null and b/k8s/longhorn-system/longhorn.secret.yaml differ diff --git a/k8s/longhorn-system/longhorn.yaml b/k8s/longhorn-system/longhorn.yaml index c6543ab..271e46d 100644 --- a/k8s/longhorn-system/longhorn.yaml +++ b/k8s/longhorn-system/longhorn.yaml @@ -12,11 +12,7 @@ spec: git: https://github.com/longhorn/longhorn.git path: "chart/" ref: "v0.8.0" - # values: - # replicaCount: 1 - # webhook: - # replicaCount: 1 - # podLabels: - # app: cert-manager - # prometheus: - # enabled: false \ No newline at end of file + values: + defaultSettings: + backupTarget: + backupTargetCredentialSecret: \ No newline at end of file diff --git a/k8s/minio/minio.secret.yaml b/k8s/minio/minio.secret.yaml index 09d0516..7e30900 100644 Binary files a/k8s/minio/minio.secret.yaml and b/k8s/minio/minio.secret.yaml differ