Skip to content

Commit

Permalink
🚚 Move the constraint templates to the kubernetes directory - manage …
Browse files Browse the repository at this point in the history
…these as cluster-level workstation prerequisites
  • Loading branch information
ndebuhr committed Jul 7, 2021
1 parent e9e27f7 commit 2b30e53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
kubectl create namespace cloud-native-workstation
kubectl config set-context --current --namespace cloud-native-workstation
- name: Install OPA gatekeeper
- name: Install cluster-level workstation prerequisites
run: |
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.5/deploy/gatekeeper.yaml
kubectl apply -f kubernetes/node-max-map-count.yaml
kubectl apply -f kubernetes/constraint-templates.yaml
- name: Deploy to GKE
working-directory: ./helm
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ The `certbot.email` should be configured if you are using the Certbot option for
Open Policy Agent is used for policy-based workstation controls and security. Install with:
```bash
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/release-3.5/deploy/gatekeeper.yaml
kubectl apply -f kubernetes/constraint-templates.yaml
```

### Update `vm.max_map_count` (Optional)
Expand Down
File renamed without changes.

0 comments on commit 2b30e53

Please sign in to comment.