mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
fix: also update kustomization patches (#177)
This commit is contained in:
parent
cdf065ce49
commit
4d884dcf35
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ resources:
|
||||||
patches:
|
patches:
|
||||||
- path: patch-ingress.json
|
- path: patch-ingress.json
|
||||||
target:
|
target:
|
||||||
group: extensions
|
group: networking.k8s.io
|
||||||
version: v1beta1
|
version: v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
name: deps-rs
|
name: deps-rs
|
||||||
|
|
|
@ -12,7 +12,7 @@ resources:
|
||||||
patches:
|
patches:
|
||||||
- path: patch-ingress.json
|
- path: patch-ingress.json
|
||||||
target:
|
target:
|
||||||
group: extensions
|
group: networking.k8s.io
|
||||||
version: v1beta1
|
version: v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
name: deps-rs
|
name: deps-rs
|
||||||
|
|
Loading…
Reference in a new issue