kitchen: Migrate to Sealed Secrets
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- kitchen.yaml
|
||||
- secrets.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: kitchen
|
||||
@@ -11,13 +12,6 @@ configMapGenerator:
|
||||
files:
|
||||
- config.yaml
|
||||
|
||||
secretGenerator:
|
||||
- name: imagepull-gitea
|
||||
namespace: kitchen
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
files:
|
||||
- .dockerconfigjson
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: apps/v1
|
||||
|
||||
Reference in New Issue
Block a user