Skip to content

Commit

Permalink
Remove duplicated value (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Feb 27, 2023
1 parent a0ce7ca commit 76f734f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 2.3.1
version: 2.3.2

# 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
1 change: 0 additions & 1 deletion charts/terrakube/templates/secrets-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ stringData:
PatSecret: '{{ .Values.security.patSecret | b64enc}}'
InternalSecret: '{{ .Values.security.internalSecret | b64enc }}'
DexIssuerUri: '{{ .Values.security.dexIssuerUri }}'
InternalSecret: '{{ .Values.security.internalSecret | b64enc }}'
TerrakubeEnableSecurity: 'true'
TerrakubeUiURL: 'https://{{ .Values.ingress.ui.domain }}'
AppClientId: '{{ .Values.security.dexClientId }}'
Expand Down

0 comments on commit 76f734f

Please sign in to comment.