kitchen: Migrate to Sealed Secrets

This commit is contained in:
2023-10-14 21:44:47 -05:00
parent 28e8ac58db
commit c5c63d2684
2 changed files with 15 additions and 7 deletions

View File

@@ -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