-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added OCP samples to reflect redhat registry and shaids used for cert…
…ification (#674)
- Loading branch information
1 parent
67c1165
commit 1994280
Showing
6 changed files
with
1,791 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
apiVersion: storage.dell.com/v1 | ||
kind: ApexConnectivityClient | ||
metadata: | ||
name: dell-connectivity-client | ||
namespace: dell-connectivity-client | ||
spec: | ||
client: | ||
csmClientType: "apexConnectivityClient" | ||
configVersion: v1.1.0 | ||
connectionTarget: connect-into.dell.com | ||
forceRemoveClient: true | ||
common: | ||
name: connectivity-client-docker-k8s | ||
image: registry.connect.redhat.com/dell-emc/connectivity-client-docker-k8s@sha256:204be30a60ee2864cf8e9a8a49f13efbee14222c78f27307288f59b5eb188158 | ||
imagePullPolicy: IfNotPresent | ||
initContainers: | ||
- name: connectivity-client-init | ||
image: registry.connect.redhat.com/dell-emc/connectivity-client-docker-k8s@sha256:204be30a60ee2864cf8e9a8a49f13efbee14222c78f27307288f59b5eb188158 | ||
imagePullPolicy: IfNotPresent | ||
sideCars: | ||
- name: kubernetes-proxy | ||
image: docker.io/bitnami/kubectl@sha256:e9d32369b107d0ceeee228c4dc19eff372c26009f29a2fc8f22327508f608542 | ||
imagePullPolicy: IfNotPresent | ||
- name: cert-persister | ||
image: docker.io/dellemc/connectivity-cert-persister-k8s@sha256:aaa935f3ba99a91bf5f00c53de5cd69e23716645ea9690f050c4ed80834661fc | ||
imagePullPolicy: IfNotPresent |
Oops, something went wrong.