Skip to content

Commit

Permalink
Stringify booleans, kubernetes couldn't parse it
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Feb 5, 2018
1 parent 93c6145 commit efd3b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/miq-template-ext-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ objects:
mountPath: "/persistent"
env:
- name: ALLOW_INSECURE_SESSION
value: true
value: 'true'
- name: APPLICATION_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion templates/miq-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ objects:
mountPath: "/persistent"
env:
- name: ALLOW_INSECURE_SESSION
value: true
value: 'true'
- name: APPLICATION_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit efd3b84

Please sign in to comment.