Temporarily enable debug flag

This commit is contained in:
Jake Spain 2023-08-17 20:04:34 -04:00
parent 69767f8a3a
commit 0a75109ba1
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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