Skip to content

Commit

Permalink
Fix wrong ngrok auth_token setting location
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanhakim-as committed Dec 19, 2022
1 parent a2a5013 commit fc87148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mika/clog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clog
description: Creative blog, Career blog, Coin blog, you name it.
type: application
version: 0.1.7
version: 0.1.8
appVersion: "0.0.1-cf"
keywords:
- clog
Expand Down
2 changes: 1 addition & 1 deletion mika/clog/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: Opaque
data:
SECRET_KEY: {{ .Values.clog.secret | toString | b64enc }}
{{- if .Values.clog.ngrok.enabled }}
NGROK_AUTH_TOKEN: {{ .Values.ngrok.auth_token | toString | b64enc }}
NGROK_AUTH_TOKEN: {{ .Values.clog.ngrok.auth_token | toString | b64enc }}
{{- end }}
---
apiVersion: v1
Expand Down

0 comments on commit fc87148

Please sign in to comment.