We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a19ab commit e4992e4Copy full SHA for e4992e4
artifacts/example/overridepolicy_image.yaml
@@ -0,0 +1,18 @@
1
+apiVersion: policy.karmada.io/v1alpha1
2
+kind: OverridePolicy
3
+metadata:
4
+ name: example-override
5
+ namespace: default
6
+spec:
7
+ resourceSelectors:
8
+ - apiVersion: apps/v1
9
+ kind: Deployment
10
+ targetCluster:
11
+ labelSelector:
12
+ matchLabels:
13
+ location: us
14
+ overriders:
15
+ imageOverrider:
16
+ - component: Registry
17
+ operator: replace
18
+ value: fictional.registry.us
0 commit comments