Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitolicious authored and RazcoDev committed Dec 19, 2023
1 parent 6d50af7 commit 40c7add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secret-envsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "opal.envSecretsName" . }}
type: Opague
type: Opaque
data:
OPAL_POLICY_REPO_SSH_KEY: {{ .Values.server.policyRepoSshKey | replace "\n" "_" | b64enc }}
{{- end }}

0 comments on commit 40c7add

Please sign in to comment.