Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Fix merge conflict and apply changes from microgateway-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orltom committed Jun 4, 2021
1 parent 3d0de14 commit 02f1d3b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions init/data-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,7 @@ spec:
- name: iam-init
image: docker.io/ergon/airlock-iam:latest-7.4
imagePullPolicy: IfNotPresent
# TODO:
# Not required anymore with AI-13645 (IAM 7.4)
# With IAM 7.4 no 'command', but 'args: [ "init" ]'
# https://github.com/ergon/airlock-minikube-example/blob/9f56124e767ec630d042ec43b0d8c4ae4b251f89/data/data-pod.yaml
command:
- bash
- -c
- |
if [ ! -d /home/airlock/iam/instances ]; then
/iam_entrypoint init
fi
args: [ "init" ]
volumeMounts:
- name: data
mountPath: /home/airlock/iam/
Expand All @@ -39,4 +29,4 @@ spec:
volumes:
- name: data
persistentVolumeClaim:
claimName: data-claim
claimName: data-claim

0 comments on commit 02f1d3b

Please sign in to comment.