mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Add ingress annotations to the namereference path config
This commit is contained in:
@@ -650,6 +650,13 @@ var defaultNameReferencePathConfigs = []ReferencePathConfig{
|
||||
Path: []string{"spec", "tls", "secretName"},
|
||||
CreateIfNotPresent: false,
|
||||
},
|
||||
{
|
||||
GroupVersionKind: &schema.GroupVersionKind{
|
||||
Kind: "Ingress",
|
||||
},
|
||||
Path: []string{"metadata", "annotations", "ingress.kubernetes.io/auth-secret"},
|
||||
CreateIfNotPresent: false,
|
||||
},
|
||||
{
|
||||
GroupVersionKind: &schema.GroupVersionKind{
|
||||
Kind: "ServiceAccount",
|
||||
|
||||
Reference in New Issue
Block a user