Skip to content

Commit

Permalink
Merge pull request #409 from StatCan/blob-csi-refactor
Browse files Browse the repository at this point in the history
remove(blob-csi): configmap mount
  • Loading branch information
rohank07 authored Mar 21, 2023
2 parents ba341f0 + 4b5260c commit b8898a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion stable/profiles-controller/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.5.33
version: 0.5.34

# 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
7 changes: 0 additions & 7 deletions stable/profiles-controller/templates/deployment-blob-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
name: {{ include "profiles-controller.fullname" . }}-blob-csi
labels:
{{- include "profiles-controller.labels" . | nindent 4 }}
annotations:
checksum/config: {{ .Files.Get "fdi-aaw-configuration.yaml" | sha256sum }}
spec:
replicas: {{ .Values.replicaCount.blobcsi }}
selector:
Expand Down Expand Up @@ -34,9 +32,6 @@ spec:
- name: blob-csi-config
configMap:
name: {{ include "profiles-controller.fullname" . }}-blob-csi-config
- configMap:
name: fdi-aaw-configuration
name: blob-config-data
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand All @@ -60,8 +55,6 @@ spec:
- name: blob-csi-config
mountPath: /instances.json
subPath: instances.json
- name: blob-config-data
mountPath: /config
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit b8898a0

Please sign in to comment.