Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
e38c40f9c562fe9e622bfd822d5643242de940fd
/
.
/
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 }}