From 28f43799dae2e3f51377f393a14436f992e78d0d Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 18 Nov 2022 08:50:34 +0100 Subject: [PATCH] external-dns: cleanup test credentials --- .../base/inflated/external-dns/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deploy/base/inflated/external-dns/templates/deployment.yaml b/deploy/base/inflated/external-dns/templates/deployment.yaml index a0bf4f2..37744fc 100644 --- a/deploy/base/inflated/external-dns/templates/deployment.yaml +++ b/deploy/base/inflated/external-dns/templates/deployment.yaml @@ -95,12 +95,4 @@ spec: limits: {} requests: {} volumeMounts: - # AWS mountPath(s) - - name: aws-credentials - mountPath: /.aws - readOnly: true volumes: - # AWS volume(s) - - name: aws-credentials - secret: - secretName: foo