Skip to content
Snippets Groups Projects
Verified Commit 898f0f4d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(immich): Add group to target

parent 6a69382b
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ spec: ...@@ -43,6 +43,7 @@ spec:
patchesJson6902: patchesJson6902:
- target: - target:
version: v1 version: v1
group: apps
kind: Deployment kind: Deployment
name: immich-machine-learning name: immich-machine-learning
patch: patch:
...@@ -51,6 +52,7 @@ spec: ...@@ -51,6 +52,7 @@ spec:
- target: - target:
version: v1 version: v1
kind: Deployment kind: Deployment
group: apps
name: immich-server name: immich-server
patch: patch:
- op: "add" - op: "add"
...@@ -71,6 +73,7 @@ spec: ...@@ -71,6 +73,7 @@ spec:
mode: 0440 mode: 0440
- target: - target:
version: v1 version: v1
group: apps
kind: Deployment kind: Deployment
name: immich-microservices name: immich-microservices
patch: patch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment