mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
feat(k8s): add ingressClassName to payload EE-2129 (#6265)
* add ingressClassName to payload * add IngressClass.Name into formValues
This commit is contained in:
parent
c24d8fab0f
commit
84f354452b
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ export function KubernetesIngressCreatePayload() {
|
|||
return {
|
||||
metadata: new KubernetesCommonMetadataPayload(),
|
||||
spec: {
|
||||
ingressClassName: '',
|
||||
rules: [],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue