chore: Update manifests after change
This commit is contained in:
@@ -49,7 +49,7 @@ data:
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- name: helper-pod
|
||||
image: busybox:1.37.0
|
||||
image: busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
{}
|
||||
|
||||
+6
-3
@@ -30,7 +30,7 @@ spec:
|
||||
containers:
|
||||
- name: local-path-provisioner
|
||||
securityContext: {}
|
||||
image: "rancher/local-path-provisioner:v0.0.35"
|
||||
image: "rancher/local-path-provisioner:v0.0.35@sha256:34ff0847cc47ebf69656ba44a3de9324596d0036b66ffd323b21614dd8221530"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- local-path-provisioner
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
- --provisioner-name
|
||||
- cluster.local/local-path-provisioner
|
||||
- --helper-image
|
||||
- "busybox:1.37.0"
|
||||
- "busybox:1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e"
|
||||
- --configmap-name
|
||||
- local-path-config
|
||||
volumeMounts:
|
||||
@@ -56,7 +56,10 @@ spec:
|
||||
fieldPath: metadata.namespace
|
||||
- name: CONFIG_MOUNT_PATH
|
||||
value: /etc/config/
|
||||
resources: {}
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1m
|
||||
memory: 30Mi
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user