Skip to content

Commit

Permalink
🥰 Fixed incorrect key for apiVersion 🥰 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Jul 14, 2020
1 parent e537f1a commit 2e7907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scc/project-run-anyuid-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: Template
api: template.openshift.io/v1
apiVersion: template.openshift.io/v1
objects:
- readOnlyRootFilesystem: false
users:
Expand All @@ -13,7 +13,7 @@ objects:
allowHostDirVolumePlugin: false
allowedCapabilities: []
kind: SecurityContextConstraints
api: security.openshift.io/v1
apiVersion: security.openshift.io/v1
allowHostIPC: false
runAsUser:
type: RunAsAny
Expand Down

0 comments on commit 2e7907f

Please sign in to comment.