diff --git a/cnab/app/run.ps1 b/cnab/app/run.ps1 index 0b8a528b3..11b8175c8 100644 --- a/cnab/app/run.ps1 +++ b/cnab/app/run.ps1 @@ -150,6 +150,7 @@ switch ($action) { } image = @{ + pullPolicy = "Always" pullSecretName = $pullSecretName } diff --git a/cnab/app/variables.GCP.json b/cnab/app/variables.GCP.json index 097b93d25..9b6270b0f 100644 --- a/cnab/app/variables.GCP.json +++ b/cnab/app/variables.GCP.json @@ -35,10 +35,10 @@ "opserverSettings": { "hostUrl": "opserver.sandbox.int.gcp.stackoverflow.net", "sql": [ - { "name": "host.docker.internal" } + { "name": "db.db" } ], "exceptions": [ - { "serverName": "host.docker.internal" } + { "serverName": "db.db" } ], "security": { "adminGroups": ["OpserverDev-Admin"], diff --git a/src/Opserver.Web/Views/Shared/NoConfiguration.cshtml b/src/Opserver.Web/Views/Shared/NoConfiguration.cshtml index c04b5eabb..f28696fe9 100644 --- a/src/Opserver.Web/Views/Shared/NoConfiguration.cshtml +++ b/src/Opserver.Web/Views/Shared/NoConfiguration.cshtml @@ -24,6 +24,15 @@
You can browse to /about to see how you have been authenticated and what monitors have been enabled.
++ Your access: +