Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding role / rolebinding resources to kustomize in variant folder
  • Loading branch information
mark-j-chilvers committed May 17, 2023
1 parent 51d97d3 commit b2687d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ cat <<EOF > asm-ig/variant/kustomization.yaml
namespace: asm-ingress
resources:
- ../base
- role.yaml
- rolebinding.yaml
patches:
- path: service-proto-type.yaml
target:
Expand All @@ -156,12 +158,10 @@ patches:
kind: Gateway
EOF
# apply role & role binding
kubectl apply -f asm-ig/variant/role.yaml
kubectl apply -f
# apply role
kubectl apply -k asm-ig/variant
```
**NOTE:** if you see an error then repeat the last `kubectl apply` above. Warnings can be ignored
**NOTE:** if you see an error then repeat the `kubectl apply` above. Warnings can be ignored

### create cloud armor security policy and reference via GCP backend policy
```
Expand Down

0 comments on commit b2687d5

Please sign in to comment.