mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-23 06:29:51 -05:00
10 lines
203 B
YAML
10 lines
203 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
type: Opaque
|
||
|
metadata:
|
||
|
name: {{ .Values.masterSecretName }}
|
||
|
namespace: {{ .Values.namespace }}
|
||
|
data:
|
||
|
mastersecret: {{ .Values.masterSecret }}
|
||
|
salt: {{ .Values.salt }}
|