I'm receiving the following error when the runner is trying to retrieve a resource:
checking failed -
Expected to find variables: git
my resource looks similar to:
- name: resource-repo
type: git
source:
uri: https://[url]
branch: master
tag_filter: '*'
username: ((git.username))
password: ((git.password))
my values.yaml for the helm chart includes:
rbac:
create: false
credentialManager:
kubernetes:
namespacePrefix: concourse
(regardless, the release name is concourse)
under namespace concourse-main
i have the the secret:
Details
Name: git
Namespace: concourse-main
Type: Opaque
Data
password: bytes
username: bytes
further information:
- k8s 1.8.6
- kops 1.8.1
- weavenet
- Concourse 3.9.1