Skip to content

Commit

Permalink
fix(cdl): fix account for shared ponds
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Nov 18, 2024
1 parent 61705cf commit 679e3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/data-pond/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/data-pond/templates/secret.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stringData:
apiVersion: v1
kind: Secret
metadata:
name: "{{ .Release.Name }}-user-0"
name: "object-storage-user-0"
labels:
{{- include "data-pond.labels" . | nindent 4 }}
stringData:
Expand Down

0 comments on commit 679e3bf

Please sign in to comment.