Skip to content

Commit

Permalink
feat: add ET_API_KEY and ET_API_USER to demo-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Apr 12, 2024
1 parent c311dff commit 497089c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/d5-demo-server/templates/d5-demo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ spec:
value: '1'
- name: DIVI_VERSION
value: {{ .Values.DIVI_VERSION | squote }}
- name: ET_API_KEY
value: {{ .Values.ET_API_KEY | squote }}
- name: ET_API_USER
value: {{ .Values.ET_API_USER | squote }}
- name: PHP_OPCACHE_FILE_CACHE
value: {{ ternary "/var/cache/php" "" (eq "production" .Values.WP_ENV) | squote }}
- name: PHP_OPCACHE_VALIDATE_TIMESTAMPS
Expand Down
2 changes: 2 additions & 0 deletions charts/d5-demo-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ DB_PREFIX:
DB_USER:

DIVI_VERSION:
ET_API_KEY:
ET_API_USER:
GITHUB_TOKEN:
INSTALL_PATH:

Expand Down

0 comments on commit 497089c

Please sign in to comment.