Ver código fonte

Remove trailing spaces from a YAML file

Signed-off-by: Leonardo <leonardomichalskim@gmail.com>
Leonardo 2 anos atrás
pai
commit
56d45e8297
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      deploy/charts/external-secrets/values.yaml

+ 1 - 1
deploy/charts/external-secrets/values.yaml

@@ -269,7 +269,7 @@ webhook:
     enabled: false
 
     # -- Automatically add the cert-manager.io/inject-ca-from from (from a Certificate
-    #  resource) annotation to the webhooks and CRDs. As long as you have the 
+    # resource) annotation to the webhooks and CRDs. As long as you have the
     # cert-manager CA Injector enabled, this will automatically setup your webhook's CA
     # to the one used by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
     addInjectorAnnotations: true