Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
`gitlab-env`:
```
GITLAB_TOKEN
GITLAB_USER
```

`jira-env`:
Expand Down
6 changes: 0 additions & 6 deletions openshift/deployment-backport-agent-c10s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ spec:
env:
- name: CONTAINER_VERSION
value: "c10s"
- name: GITLAB_USER
# Not envFrom to avoid importing GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: gitlab-env
key: GITLAB_USER
- name: REQUESTS_CA_BUNDLE
value: /etc/pki/tls/certs/ca-bundle.crt
envFrom:
Expand Down
6 changes: 0 additions & 6 deletions openshift/deployment-backport-agent-c9s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ spec:
env:
- name: CONTAINER_VERSION
value: "c9s"
- name: GITLAB_USER
# Not envFrom to avoid importing GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: gitlab-env
key: GITLAB_USER
- name: REQUESTS_CA_BUNDLE
value: /etc/pki/tls/certs/ca-bundle.crt
envFrom:
Expand Down
6 changes: 0 additions & 6 deletions openshift/deployment-rebase-agent-c10s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ spec:
env:
- name: CONTAINER_VERSION
value: "c10s"
- name: GITLAB_USER
# Not envFrom to avoid importing GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: gitlab-env
key: GITLAB_USER
- name: REQUESTS_CA_BUNDLE
value: /etc/pki/tls/certs/ca-bundle.crt
envFrom:
Expand Down
6 changes: 0 additions & 6 deletions openshift/deployment-rebase-agent-c9s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ spec:
env:
- name: CONTAINER_VERSION
value: "c9s"
- name: GITLAB_USER
# Not envFrom to avoid importing GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: gitlab-env
key: GITLAB_USER
- name: REQUESTS_CA_BUNDLE
value: /etc/pki/tls/certs/ca-bundle.crt
envFrom:
Expand Down
6 changes: 0 additions & 6 deletions openshift/deployment-triage-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ spec:
command:
- /usr/bin/python
env:
- name: GITLAB_USER
# Not envFrom to avoid importing GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: gitlab-env
key: GITLAB_USER
- name: REQUESTS_CA_BUNDLE
value: /etc/pki/tls/certs/ca-bundle.crt
envFrom:
Expand Down