File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 remoteRef :
7474 key : {{ .Values.externalSecrets.secretName }}
7575 property : OPS_LOGZIO_TOKEN
76+ # Tables (Baserow) derived keys
77+ - secretKey : BASEROW_ADMIN_PASSWORD
78+ remoteRef :
79+ key : {{ .Values.externalSecrets.secretName }}
80+ property : OPS_OPENOPS_ADMIN_PASSWORD
81+ - secretKey : BASEROW_JWT_SIGNING_KEY
82+ remoteRef :
83+ key : {{ .Values.externalSecrets.secretName }}
84+ property : OPS_JWT_SECRET
85+ - secretKey : SECRET_KEY
86+ remoteRef :
87+ key : {{ .Values.externalSecrets.secretName }}
88+ property : OPS_ENCRYPTION_KEY
89+ - secretKey : DATABASE_PASSWORD
90+ remoteRef :
91+ key : {{ .Values.externalSecrets.secretName }}
92+ property : OPS_POSTGRES_PASSWORD
93+ # Analytics (Superset) derived keys
94+ - secretKey : ADMIN_PASSWORD
95+ remoteRef :
96+ key : {{ .Values.externalSecrets.secretName }}
97+ property : OPS_ANALYTICS_ADMIN_PASSWORD
98+ - secretKey : POWERUSER_PASSWORD
99+ remoteRef :
100+ key : {{ .Values.externalSecrets.secretName }}
101+ property : ANALYTICS_POWERUSER_PASSWORD
102+ - secretKey : SUPERSET_SECRET_KEY
103+ remoteRef :
104+ key : {{ .Values.externalSecrets.secretName }}
105+ property : OPS_ENCRYPTION_KEY
76106{{- end }}
You can’t perform that action at this time.
0 commit comments