Skip to content

Commit

Permalink
feat(cloud): fix incorrect variable in screenshot chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 11, 2022
1 parent 306e7ae commit b567c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-screenshot
version: 0.9.5
version: 0.9.6
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stringData:
ADMIN_PASSWORD: {{ .Values.ADMIN_PASSWORD }}
ADMIN_EMAIL: {{ .Values.ADMIN_EMAIL }}
GITHUB_TOKEN: {{ .Values.GITHUB_TOKEN }}
UPLOADS_ZIP_URL: '{{ .Values.UPLOADS_ZIP_URL }}'
.env: |
AUTH_KEY='{{ .Values.AUTH_KEY }}'
AUTH_SALT='{{ .Values.AUTH_SALT }}'
Expand Down Expand Up @@ -43,7 +44,6 @@ stringData:
SECURE_AUTH_KEY='{{ .Values.SECURE_AUTH_KEY }}'
SECURE_AUTH_SALT='{{ .Values.SECURE_AUTH_SALT }}'
VIRTUAL_HOST='{{ .Values.VIRTUAL_HOST }}'
UPLOADS_ZIP_URL='{{ .Values.UPLOADS_ZIP_URL }}'
WP_DEBUG_LOG=true
WP_ENV='{{ .Values.WP_ENV }}'
WP_HOME='{{ .Values.WP_HOME }}'
Expand Down

0 comments on commit b567c30

Please sign in to comment.