WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 8 files changed +32
-23
lines changed
Expand file tree Collapse file tree 8 files changed +32
-23
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : debezium
33version : 1.0.0
4+ dependencies :
5+ - name : infisical-secret
6+ version : 1.0.0
7+ repository : file://../../common/infisical-secret
Original file line number Diff line number Diff line change 1+ infisical-secret :
2+ name : debezium
Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ name : infisical-secret
3+ version : 1.0.0
4+ type : library
5+ description : " Common chart for reusing infisical secret resources"
Original file line number Diff line number Diff line change 1+ {{ if .Values.infisical.enabled }}
12apiVersion : secrets.infisical.com/v1alpha1
23kind : InfisicalSecret
34metadata :
4- name : debezium
5- namespace : faf-apps
5+ name : {{ .Values.name }}
6+ namespace : {{ .Values.targetNamespace }}
67spec :
78 authentication :
89 universalAuth :
910 credentialsRef :
1011 secretName : infisical-machine-identity
11- secretNamespace : faf-ops
12+ secretNamespace : {{ .Values.secretNamespace }}
1213 secretsScope :
1314 projectSlug : {{.Values.infisical.projectSlug}}
1415 envSlug : {{.Values.infisical.envSlug}}
15- secretsPath : " /debezium "
16+ secretsPath : {{ coalesce .Values.overrideSecretPath .Values.name }}
1617 managedSecretReference :
17- secretName : debezium
18- secretNamespace : faf-apps
18+ secretName : {{ .Values.name }}
19+ secretNamespace : {{ .Values.targetNamespace }}
1920 creationPolicy : " Owner"
20-
21+ {{- end }}
Original file line number Diff line number Diff line change 1+ name : null # Define your own!
2+ overrideSecretPath : null # Optional, if name != secretPath
3+ targetNamespace : faf-apps
4+ secretNamespace : faf-ops
Original file line number Diff line number Diff line change 1+ hostName : " localhost"
2+ environment : " local"
3+ baseDomain : " localhost"
4+ infisical :
5+ enabled : false
6+ traefik :
7+ tlsStoreSecret : " cloudflare-faf-com"
Original file line number Diff line number Diff line change 11hostName : " fafprod3"
22environment : " prod"
33infisical :
4+ enabled : true
45 projectSlug : " k3s-cluster-zj-th"
56 envSlug : " prod"
67baseDomain : " faforever.com"
78traefik :
89 tlsStoreSecret : " cloudflare-faf-com"
9- zfs :
10- nodeId : " fafprod3"
11- poolName : " tank/faf"
12- datasetPrefix : " k8s-"
13- # On NixOS, we need to declare the ZFS binary path explicitly
14- zfs-localpv :
15- zfs :
16- bin : " /run/current-system/sw/bin/zfs"
Original file line number Diff line number Diff line change 11hostName : " faftest2"
22environment : " test"
33infisical :
4+ enabled : true
45 projectSlug : " k3s-cluster-zj-th"
56 envSlug : " test"
67baseDomain : " faforever.xyz"
78traefik :
89 tlsStoreSecret : " cloudflare-faf-xyz"
9- zfs :
10- nodeId : " faftest2"
11- poolName : " tank/faf"
12- datasetPrefix : " "
13- # On NixOS, we need to declare the ZFS binary path explicitly
14- zfs-localpv :
15- zfs :
16- bin : " /run/current-system/sw/bin/zfs"
You can’t perform that action at this time.
0 commit comments