Skip to content

Commit

Permalink
Fix Keycloak Realm ConfigMap (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall committed Jul 28, 2021
1 parent f77cc15 commit 49e1665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ metadata:
cluster: {{ template "pulsar.fullname" . }}
data:
pulsar-realm.json: |-
{{ .Files.Get "pulsar-realms/pulsar-realm.json" | indent 4 }}
{{ .Files.Get "keycloak-realms/pulsar-realm.json" | indent 4 }}
{{- end }}

0 comments on commit 49e1665

Please sign in to comment.