Update repository-credentials-secret.yaml

force nindent for ssh support

Signed-off-by: Johan Romero Aguirre <56489789+devromerops@users.noreply.github.com>
This commit is contained in:
Johan Romero Aguirre 2024-08-21 23:15:12 -05:00 committed by GitHub
parent 8c0b686895
commit e22947ebfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,6 @@ metadata:
{{- end }}
data:
{{- range $key, $value := $repo_cred_value }}
{{ $key }}: {{ $value | toString | b64enc }}
{{ $key }}: {{ $value | toString | b64enc | nindent 4 }}
{{- end }}
{{- end }}