mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
23 lines
592 B
YAML
23 lines
592 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- github.com/rancher/system-upgrade-controller?ref=v0.9.1
|
|
- plans
|
|
images:
|
|
- name: rancher/system-upgrade-controller
|
|
newTag: v0.9.1
|
|
patchesStrategicMerge:
|
|
# Delete namespace resource
|
|
- ./system-upgrade-patches.yaml
|
|
# Add labels
|
|
- |-
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: system-upgrade-controller
|
|
namespace: system-upgrade
|
|
labels:
|
|
app.kubernetes.io/name: system-upgrade-controller
|
|
app.kubernetes.io/instance: system-upgrade-controller
|