We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663cde commit e7c054aCopy full SHA for e7c054a
roles/model/templates/model.deployment.yaml.j2
@@ -130,13 +130,6 @@ spec:
130
image: {{ _image }}
131
imagePullPolicy: "{{ image_pull_policy }}"
132
env:
133
-{% if is_openshift %}
134
- # SSL context approach: Help ssl.create_default_context() find service-ca
135
- - name: REQUESTS_CA_BUNDLE
136
- value: "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"
137
- - name: SSL_CERT_FILE
138
139
-{% endif %}
140
{% if auth_config is defined %}
141
- name: AAP_API_URL
142
valueFrom:
0 commit comments