fix
This commit is contained in:
@@ -29,13 +29,13 @@ data "kustomization_overlay" "data" {
|
||||
patches {
|
||||
target {
|
||||
kind = "Deployment"
|
||||
name = "coredns-coredns"
|
||||
name = "coredns"
|
||||
}
|
||||
patch = <<-EOF
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: coredns-coredns
|
||||
name: coredns
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user