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/cgit/kustomization.yaml | |
| parent | 0439fdf82e66df8e03433afe849c1ff4ec18c38f (diff) | |
| download | go-git-server-1b47046a96cb6dd344cbaf7c215420a829e6d4df.tar.gz | |
feat: refactor of kustomization.yml
Diffstat (limited to 'manifests/cgit/kustomization.yaml')
| -rw-r--r-- | manifests/cgit/kustomization.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/manifests/cgit/kustomization.yaml b/manifests/cgit/kustomization.yaml deleted file mode 100644 index 4b6d8aa..0000000 --- a/manifests/cgit/kustomization.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Labels to add to all resources and selectors. - -# Images modify the tags for images without -# creating patches. -images: -- name: registry.gitlab.com/grumps/grumpy-containers/cgit - newName: public.ecr.aws/s0f9o2k5/cgit - newTag: v0.0.6 - -# List of resource files that kustomize reads, modifies -# and emits as a YAML string -resources: -- cgit-deploy.yaml -- cgit-sa.yaml -- cgit-svc.yaml -- cgit-cm.yaml -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -labels: -- includeSelectors: true - pairs: - app.kubernetes.io/name: cgit |