Lee Myring

Results 9 comments of Lee Myring

@tjbaker Have you tried using default values? I was failing to use the ARG option with the same error but then I specified a default value and it worked a...

My installed Helm version is `Installed Helm version v2.15.2` I use TillerLess Helm to deploy I am deploying the latest chart ``` NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE...

``` NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME aks-sboxagents-15189759-0 Ready agent 47m v1.15.7 10.240.0.5 Ubuntu 16.04.6 LTS 4.15.0-1064-azure docker://3.0.8 aks-sboxagents-15189759-1 Ready agent 47m v1.15.7 10.240.0.4 Ubuntu 16.04.6...

My values.yaml file ``` domainFilters: - domain.co.uk logLevel: info policy: upsert-only provider: azure registry: "txt" sources: - ingress azure: aadClientId: REDACTED resourceGroup: REDACTED subscriptionId: REDACTED rbac: create: true ```

My values that I set on the command line ``` '-f kubernetes/03-external-dns/values.yaml --set namespace=sandbox --set dryRun=true --set txtOwnerId=sandbox --set txtPrefix=sandbox --set azure.tenantId=REDACTED --set azure.aadClientSecret=REDACTED' ```

Why do I get this...? `Would update A record named '@'` Can I turn this feature off. It didn't happen in 0.5.9 and I have tried to revert back to...