fix(docker-registry): make deployment patch more specific
This commit is contained in:
parent
d4b3520674
commit
624bbf54c6
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: docker-registry
|
name: docker-registry
|
||||||
|
namespace: gitops
|
||||||
|
labels:
|
||||||
|
app: docker-registry
|
||||||
|
chart: docker-registry-2.2.3
|
||||||
|
release: docker-registry
|
||||||
|
heritage: Helm
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue