Skip to content

Commit

Permalink
removed a commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
slashme101 committed Jan 2, 2024
1 parent 6144f14 commit c4752af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/charts/oasis-models/templates/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
{{- end }}
volumes:
- name: shared-fs-persistent-storage
#{{- if (($root.Values.volumes.host).sharedFs) }}
{{- if (($root.Values.volumes.host).sharedFs) }}
persistentVolumeClaim:
claimName: {{ $root.Values.volumes.host.sharedFs.name }}
{{- else if (($root.Values.volumes.azureFiles).sharedFs) }}
Expand Down

0 comments on commit c4752af

Please sign in to comment.