Remove secret mount
This commit is contained in:
parent
4114e8dd89
commit
1499ddad63
1 changed files with 0 additions and 5 deletions
|
@ -34,8 +34,6 @@ spec:
|
|||
mountPath: "/var/lib/gitea"
|
||||
- name: gitea-data-volume
|
||||
mountPath: "/data"
|
||||
- name: gitea-secret-volume
|
||||
mountPath: "/run/secrets"
|
||||
ports:
|
||||
- containerPort: 22
|
||||
name: git-ssh
|
||||
|
@ -51,7 +49,4 @@ spec:
|
|||
- name: gitea-data-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea-data-pvc
|
||||
- name: gitea-secret-volume
|
||||
secret:
|
||||
secretName: gitea-secrets
|
||||
|
||||
|
|
Loading…
Reference in a new issue