We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdb682 commit 2b233deCopy full SHA for 2b233de
charts/fluid/fluid/templates/upgrade/crd-upgrade.yaml
@@ -4,7 +4,7 @@ apiVersion: batch/v1
4
kind: Job
5
metadata:
6
namespace: {{ include "fluid.namespace" . }}
7
- name: fluid-crds-upgrade-{{ .Chart.AppVersion }}
+ name: fluid-crds-upgrade-{{ replace "." "" .Chart.AppVersion }}
8
annotations:
9
"helm.sh/hook": pre-upgrade
10
"helm.sh/hook-weight": "-4"
0 commit comments