gitea: remove committed secret and env refs
This commit is contained in:
parent
29da4be557
commit
c3a8c7ddae
@ -131,16 +131,6 @@ spec:
|
||||
value: "trace"
|
||||
- name: GITEA__service__REQUIRE_SIGNIN_VIEW
|
||||
value: "false"
|
||||
- name: GITEA__security__SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-secret
|
||||
key: SECRET_KEY
|
||||
- name: GITEA__security__INTERNAL_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-secret
|
||||
key: INTERNAL_TOKEN
|
||||
- name: DB_TYPE
|
||||
value: "postgres"
|
||||
- name: DB_HOST
|
||||
|
||||
@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- secret.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- pvc.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user