Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
09418184
authored
2022-08-01 17:19:58 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add quoting on the keycloak watchNamespaces parameter.
1 parent
1b612e1a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
keycloak-operator/helmfile.yaml
keycloak-operator/helmfile.yaml
View file @
0941818
...
...
@@ -21,7 +21,7 @@ releases:
path
:
/spec/template/spec/containers/0/env/-
value
:
name
:
QUARKUS_OPERATOR_SDK_NAMESPACES
value
:
{{
.Values.watchNamespaces
}}
value
:
{{
.Values.watchNamespaces
| quote
}}
-
target
:
kind
:
Role
name
:
keycloak-operator-role
...
...
Please
register
or
sign in
to post a comment