mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Temporarily enable debug flag
This commit is contained in:
parent
69767f8a3a
commit
0a75109ba1
2 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ spec:
|
||||||
initialDelaySeconds: 40
|
initialDelaySeconds: 40
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
env:
|
env:
|
||||||
|
- name: DEBUG_FLAG
|
||||||
|
value: 'true'
|
||||||
- name: JRUBY_OPTS
|
- name: JRUBY_OPTS
|
||||||
value: '{{ .Values.jruby_opts }}'
|
value: '{{ .Values.jruby_opts }}'
|
||||||
- name: PORT
|
- name: PORT
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,8 @@ spec:
|
||||||
initialDelaySeconds: 40
|
initialDelaySeconds: 40
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
env:
|
env:
|
||||||
|
- name: DEBUG_FLAG
|
||||||
|
value: 'true'
|
||||||
- name: GOOGLE_APPLICATION_CREDENTIALS
|
- name: GOOGLE_APPLICATION_CREDENTIALS
|
||||||
value: '{{ .Values.gce.keyfile }}'
|
value: '{{ .Values.gce.keyfile }}'
|
||||||
- name: AWS_KEY_FILE_LOCATION
|
- name: AWS_KEY_FILE_LOCATION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue