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
d2346cab
authored
2022-09-08 19:23:55 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Oops, in oauth2-proxy, patch stringData not data.
1 parent
4cb6ddca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
oauth2-proxy/helmfile.yaml
oauth2-proxy/helmfile.yaml
View file @
d2346ca
...
...
@@ -49,6 +49,6 @@ releases:
metadata
:
namespace
:
{{
$.Values.oauth2_proxy.namespace
}}
name
:
oauth2-proxy-{{ $.Values.oauth2_proxy.name }}
d
ata
:
stringD
ata
:
{{
$.Values.oauth2_proxy.secret | toYaml | nindent 12
}}
...
...
Please
register
or
sign in
to post a comment