This commit is contained in:
parent
24c751adec
commit
10f4eb6ef0
3 changed files with 5 additions and 3 deletions
|
|
@ -8,16 +8,17 @@ storage_localpath_default_path: "/mnt/local"
|
||||||
storage_localpath_namespace: "local-path-storage"
|
storage_localpath_namespace: "local-path-storage"
|
||||||
|
|
||||||
storage_longhorn: false
|
storage_longhorn: false
|
||||||
|
storage_longhorn_version: "v1.2.3"
|
||||||
storage_longhorn_namespace: "longhorn-system"
|
storage_longhorn_namespace: "longhorn-system"
|
||||||
|
|
||||||
storage_nfs: false
|
storage_nfs: false
|
||||||
storage_nfs_namespace: "nfs-client-provisioner"
|
storage_nfs_namespace: "nfs-client-provisioner"
|
||||||
|
|
||||||
storage_secrets_store: false
|
storage_secrets_store: false
|
||||||
storage_secrets_store_version: "0.0.21"
|
storage_secrets_store_version: "v1.1.0"
|
||||||
|
|
||||||
storage_linode: false
|
storage_linode: false
|
||||||
storage_digitalocean: false
|
storage_digitalocean: false
|
||||||
|
|
||||||
# local-path, longhorn, linode-block-storage, linode-block-storage-retain, do-block-storage
|
# local-path, longhorn, linode-block-storage, linode-block-storage-retain, do-block-storage
|
||||||
storage_default_storageclass: local-path
|
storage_default_storageclass: local-path
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: longhorn
|
name: longhorn
|
||||||
chart_ref: longhorn/longhorn
|
chart_ref: longhorn/longhorn
|
||||||
# chart_version: 1.2.0
|
chart_version: "{{ storage_longhorn_version }}"
|
||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
release_namespace: "{{ storage_longhorn_namespace }}"
|
release_namespace: "{{ storage_longhorn_namespace }}"
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
state: "{{ storage_secrets_store_state }}"
|
state: "{{ storage_secrets_store_state }}"
|
||||||
name: csi-secrets-store
|
name: csi-secrets-store
|
||||||
namespace: "kube-system"
|
namespace: "kube-system"
|
||||||
|
chart_version: "{{ storage_secrets_store_version }}"
|
||||||
chart_ref: secrets-store-csi-driver/secrets-store-csi-driver
|
chart_ref: secrets-store-csi-driver/secrets-store-csi-driver
|
||||||
|
|
||||||
# https://github.com/camptocamp/secrets-store-csi-driver-provider-gopass
|
# https://github.com/camptocamp/secrets-store-csi-driver-provider-gopass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue