diff --git a/kubernetes-dashboard.yaml b/kubernetes-dashboard.yaml index 217383d..f53afd9 100644 --- a/kubernetes-dashboard.yaml +++ b/kubernetes-dashboard.yaml @@ -187,7 +187,7 @@ spec: spec: containers: - name: kubernetes-dashboard - image: kubernetesui/dashboard:v2.0.4 + image: kubernetesui/dashboard:v2.0.3 imagePullPolicy: Always ports: - containerPort: 8443 @@ -283,8 +283,8 @@ spec: initialDelaySeconds: 30 timeoutSeconds: 30 volumeMounts: - - mountPath: /tmp - name: tmp-volume + - mountPath: /tmp + name: tmp-volume securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true @@ -299,4 +299,4 @@ spec: effect: NoSchedule volumes: - name: tmp-volume - emptyDir: {} + emptyDir: {} \ No newline at end of file