Skip to content

Commit

Permalink
fix: Remove examples/portworx from planning checks due to unknown c…
Browse files Browse the repository at this point in the history
…omputed value caused by IAM policy (#1052)
  • Loading branch information
bryantbiggs authored Oct 13, 2022
1 parent d115cba commit 2c66eea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plan-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ def get_examples():
exclude = {
'examples/eks-cluster-with-external-dns', # excluded until Rout53 is setup
'examples/ci-cd/gitlab-ci-cd', # excluded since GitLab auth, backend, etc. required
'examples/fully-private-eks-cluster/vpc', # skipping until issue #711 is addressed
'examples/fully-private-eks-cluster/vpc', # skipping until issue #711 is addressed
'examples/fully-private-eks-cluster/eks',
'examples/fully-private-eks-cluster/add-ons',
'examples/ai-ml/ray' # excluded until #887 is fixed
'examples/ai-ml/ray', # excluded until #887 is fixed
'examples/portworx', # excluded due to policy not known at plan/apply time
}

projects = {
Expand Down

0 comments on commit 2c66eea

Please sign in to comment.