Skip to content

Commit 5917b45

Browse files
fix: Remove ingress Nginx annotation examples (#2077)
Signed-off-by: Dan Pock <self@danpock.me> Co-authored-by: Dan P. <self@danpock.me>
1 parent 70cf584 commit 5917b45

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/resources/app.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ resource "rancher2_app" "foo" {
2828
answers = {
2929
"ingress_host" = "test.xip.io"
3030
"foo" = "bar"
31-
"ingress.annotations.nginx.ingress.kubernetes.io/force-ssl-redirect" = true
3231
}
3332
}
3433
```
@@ -59,7 +58,6 @@ resource "rancher2_app" "foo" {
5958
answers = {
6059
"ingress_host" = "test.xip.io"
6160
"foo" = "bar"
62-
"ingress.annotations.nginx.ingress.kubernetes.io/force-ssl-redirect" = true
6361
}
6462
}
6563
```

0 commit comments

Comments
 (0)