4 name: github-secret-credentials
5 type: kubernetes.io/basic-auth
7 username: {{.Values.github.username}}
8 password: {{.Values.github.password}}
15 name: gerrit-secret-credentials
16 type: kubernetes.io/basic-auth
18 username: {{.Values.gerrit.username}}
19 password: {{.Values.gerrit.password}}