Add jenkins charts
[it/dep.git] / smo-install / tests_oom / oran-tests-suite / templates / secret.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: github-secret-credentials
5 type: kubernetes.io/basic-auth
6 stringData:
7   username: {{.Values.github.username}}
8   password: {{.Values.github.password}}
9
10 ---
11
12 apiVersion: v1
13 kind: Secret
14 metadata:
15   name: gerrit-secret-credentials
16 type: kubernetes.io/basic-auth
17 stringData:
18   username: {{.Values.gerrit.username}}
19   password: {{.Values.gerrit.password}}
20