skip vlaidation on missing crd
This commit is contained in:
parent
d06f8e5721
commit
a526fbffff
@ -6,6 +6,8 @@ apiVersion: gateway.networking.k8s.io/v1
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
metadata:
|
metadata:
|
||||||
name: my-gateway
|
name: my-gateway
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
spec:
|
spec:
|
||||||
gatewayClassName: eg
|
gatewayClassName: eg
|
||||||
listeners:
|
listeners:
|
||||||
@ -25,6 +27,8 @@ kind: HTTPRoute
|
|||||||
metadata:
|
metadata:
|
||||||
name: my-public-routes
|
name: my-public-routes
|
||||||
namespace: default
|
namespace: default
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: my-gateway
|
- name: my-gateway
|
||||||
@ -59,6 +63,8 @@ kind: HTTPRoute
|
|||||||
metadata:
|
metadata:
|
||||||
name: my-protected-routes
|
name: my-protected-routes
|
||||||
namespace: default
|
namespace: default
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: my-gateway
|
- name: my-gateway
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user