Skip to content

Commit

Permalink
Use configmap when not fetching remote user.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flashguerdon committed Aug 8, 2024
1 parent 7d6592d commit bd48c46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/fence/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: 0.1.21
version: 0.1.22

# 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 helm/fence/templates/useryaml-job.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ if not .Values.usersync.usersync }}
kind: ConfigMap
apiVersion: v1
metadata:
name: useryaml
data:
useryaml: {{ .Values.USER_YAML | toYaml | nindent 4}}
---
{{ if not .Values.usersync.usersync }}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
repository: "file://../frontend-framework"
condition: frontend-framework.enabled
- name: fence
version: 0.1.21
version: 0.1.22
repository: "file://../fence"
condition: fence.enabled
- name: guppy
Expand Down

0 comments on commit bd48c46

Please sign in to comment.