diff options
| author | Max Resnick <max@ofmax.li> | 2024-07-12 22:23:32 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-07-12 22:23:32 -0700 |
| commit | 25e32d1e667b17b525c70fe8edc93385c838e176 (patch) | |
| tree | fff28f4f308f91c5f126fb92c60b381b4dae0c9f /manifests/cgit/cgit-deploy.yaml | |
| parent | f97b5870cb3be0303e539994a252f7f41324facd (diff) | |
| download | go-git-server-25e32d1e667b17b525c70fe8edc93385c838e176.tar.gz | |
fix: update labels
Diffstat (limited to 'manifests/cgit/cgit-deploy.yaml')
| -rw-r--r-- | manifests/cgit/cgit-deploy.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/cgit/cgit-deploy.yaml b/manifests/cgit/cgit-deploy.yaml index cfbdeb8..59a8a72 100644 --- a/manifests/cgit/cgit-deploy.yaml +++ b/manifests/cgit/cgit-deploy.yaml @@ -6,12 +6,10 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/instance: cgit app.kubernetes.io/name: cgit template: metadata: labels: - app.kubernetes.io/instance: cgit app.kubernetes.io/name: cgit spec: containers: |