Skip to content

Commit

Permalink
Merge pull request #263 from bdunne/stringify_boolean
Browse files Browse the repository at this point in the history
Stringify booleans, kubernetes couldn't parse it
  • Loading branch information
carbonin authored Feb 5, 2018
2 parents 93c6145 + efd3b84 commit 05d842a
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 05d842a

Please sign in to comment.