We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d3321 commit 22acfecCopy full SHA for 22acfec
cluster/cluster.yaml
@@ -1967,7 +1967,6 @@ Resources:
1967
PolicyName: root
1968
RoleName: "{{.Cluster.LocalID}}-app-ingr-ctrl"
1969
Type: 'AWS::IAM::Role'
1970
-{{ if eq .Cluster.ConfigItems.skipper_open_policy_agent_enabled "true" }}
1971
# Note: this is not strictly specific to Open Policy Agent and can be extend
1972
# if Skipper Ingress needs to access other AWS resources
1973
SkipperIngressIAMRole:
@@ -2013,7 +2012,6 @@ Resources:
2013
2012
PolicyName: read-opa-bundles
2014
RoleName: "{{.Cluster.LocalID}}-app-skipper-ingress"
2015
2016
-{{ end }}
2017
ClusterLifecycleControllerIAMRole:
2018
Properties:
2019
AssumeRolePolicyDocument: !Sub
0 commit comments