Skip to content

Commit

Permalink
Merge pull request #54 from gitolicious/patch-1
Browse files Browse the repository at this point in the history
fix typo: opaque
  • Loading branch information
RazcoDev authored Dec 18, 2023
2 parents f027a36 + 117a610 commit acd7cd8
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 acd7cd8

Please sign in to comment.