Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
helm-charts
/
b451c2f86cd0e11d223177f90ae4e23765d44cfb
/
.
/
charts
/
flux-bootstrap
/
templates
/
access-keys.yaml
blob: 3a1a7f5c5798a9791a318e460fafac74cae1d105 [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
access
-
keys
namespace:
{{ .Release.Namespace }}
data:
private.
key:
{{ toYaml .Values.privateKey
|
indent 2 }}