# This file is part of Rok. # # Copyright © 2021 Arrikto Inc. All Rights Reserved. apiVersion: v1 kind: Pod metadata: name: rok-verify-storage-access namespace: {{ROK_CLUSTER_NAMESPACE}} labels: app: rok-verify-storage-access spec: serviceAccountName: {{ROK_CLUSTER_NAME}} containers: - name: rok-verify-storage-access image: gcr.io/arrikto/rok-tools:release-2.0-l0-release-2.0.2 imagePullPolicy: IfNotPresent workingDir: /root env: - name: AWS_S3_BUCKET_PREFIX value: "{{AWS_S3_BUCKET_PREFIX}}" - name: EKS_CLUSTER_OIDC value: "{{EKS_CLUSTER_OIDC}}" - name: ROK_CLUSTER_NAME value: "{{ROK_CLUSTER_NAME}}" - name: ROK_CLUSTER_NAMESPACE value: "{{ROK_CLUSTER_NAMESPACE}}" - name: AWS_DEFAULT_REGION value: "{{AWS_DEFAULT_REGION}}"