fix(docker-registry): configmap suffix wasn't being applied because of namespace shennanigans
This commit is contained in:
parent
2d33f4b575
commit
c9a2ebe213
3 changed files with 23 additions and 41 deletions
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: docker-registry
|
||||
namespace: gitops
|
||||
labels:
|
||||
app: docker-registry
|
||||
chart: docker-registry-2.2.3
|
||||
|
|
@ -13,4 +12,3 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
updated-at/secret: 2024-10-16T15:23-04:00
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue