Skip to content

Commit

Permalink
Add debug to understand PR verification issues
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  • Loading branch information
collivier committed May 10, 2024
1 parent 76cf1ff commit 994104d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
- |
kind: ClusterConfiguration
apiServer:
extraArgs:
admission-control-config-file: /etc/config/cluster-level-pss.yaml
#extraArgs:
# admission-control-config-file: /etc/config/cluster-level-pss.yaml
extraVolumes:
- name: accf
hostPath: /etc/config
Expand Down Expand Up @@ -198,6 +198,7 @@ jobs:
kind --version
- name: Create Kind Cluster
run: |
cat /tmp/pss/cluster-level-pss.yaml
cat /tmp/cluster.yml
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
Expand Down

0 comments on commit 994104d

Please sign in to comment.