diff options
| author | Max Resnick <max@ofmax.li> | 2025-06-15 22:10:32 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-06-15 22:10:32 -0700 |
| commit | 1b47046a96cb6dd344cbaf7c215420a829e6d4df (patch) | |
| tree | 5501a1078935e788c6b744f6f2516bdfe6e4a372 /manifests/local/kustomization.yaml | |
| parent | 0439fdf82e66df8e03433afe849c1ff4ec18c38f (diff) | |
| download | go-git-server-1b47046a96cb6dd344cbaf7c215420a829e6d4df.tar.gz | |
feat: refactor of kustomization.yml
Diffstat (limited to 'manifests/local/kustomization.yaml')
| -rw-r--r-- | manifests/local/kustomization.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/manifests/local/kustomization.yaml b/manifests/local/kustomization.yaml deleted file mode 100644 index 7216ec4..0000000 --- a/manifests/local/kustomization.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -metadata: - name: go-git-server-local - - -resources: -- ../base -- ../cgit -- pvc.yaml - -images: -- name: go-git-server - newName: go-git-registry:5000/go-git-server - newTag: 0.3.4-latest.198fb47.2 - -labels: -- includeSelectors: true - pairs: - app.kubernetes.io/managed-by: kustomize - app.kubernetes.io/part-of: go-git-server - -patches: -- patch: | - - op: add - path: "/spec/template/spec/containers/0/env" - value: - - name: GO_GIT_SERVER_LOG_LEVEL - value: "DEBUG" - target: - kind: Deployment - name: go-git-server - version: v1 |