Skip to content

Commit

Permalink
Merge pull request #507 from robinmordasiewicz/dev99
Browse files Browse the repository at this point in the history
adding init
  • Loading branch information
robinmordasiewicz authored Aug 2, 2024
2 parents 6a2954f + 93e8a7c commit c7452ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/apps/dvwa/Ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: dvwa
annotations: {
"fortiweb-ip" : "10.0.0.37",
"fortiweb-login" : "heroicbarnacle",
"fortiweb-login" : "fwb-login1",
"fortiweb-port": "8443",
"fortiweb-ctrl-log" : "disable",
"virtual-server-ip" : "10.0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion terraform/spoke-k8s_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ resource "null_resource" "secret" {
apiVersion: v1
kind: Secret
metadata:
name: fortiweb-login
name: fwb-login1
namespace: fortiweb-ingress
type: Opaque
data:
Expand Down

0 comments on commit c7452ef

Please sign in to comment.