Skip to content

Commit

Permalink
Fix helm chart bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Sep 25, 2020
1 parent 0211c78 commit 543f3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pygluu/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
https://www.apache.org/licenses/LICENSE-2.0
"""

__version__ = "1.2.7"
__previous_version__ = "1.2.6"
__version__ = "1.2.8"
__previous_version__ = "1.2.7"
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ metadata:
name: {{ .Release.Name }}-superuser-cb-pass
type: Opaque
data:
couchbase_password: {{ .Values.configmap.gluuCouchbaseSuperUserPass | b64enc }}
couchbase_superuser_password: {{ .Values.configmap.gluuCouchbaseSuperUserPass | b64enc }}
{{- end }}

0 comments on commit 543f3e1

Please sign in to comment.