Commit adce3387 authored by xuezj's avatar xuezj

pvc名称加上namespace

parent 2a90a743
......@@ -2,7 +2,7 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: pvc-rabbitmq-db
name: pvc-rabbitmq-test1-db
namespace: test1
spec:
storageClassName: cbs
......@@ -58,7 +58,7 @@ spec:
volumes:
- name: db
persistentVolumeClaim:
claimName: pvc-rabbitmq-db
claimName: pvc-rabbitmq-test1-db
imagePullSecrets:
- name: qcloudregistrykey
- name: tencenthubkey
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment