plane commented
This commit is contained in:
10
argocd/apps/plane/plane-ingress_fix.txt
Normal file
10
argocd/apps/plane/plane-ingress_fix.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
kubectl patch ingress plane-ingress -n plane \
|
||||
--type merge \
|
||||
-p '{
|
||||
"spec": {
|
||||
"tls": [{
|
||||
"hosts": ["plane.innovation-hub-niedersachsen.de"],
|
||||
"secretName": "plane-tls"
|
||||
}]
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user