Skip to content

Commit

Permalink
fixup! fix: Add contribution documenation to project
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Apr 23, 2024
1 parent 6818863 commit 12e3988
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions hack/samples/apps/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ objects:
resources:
requests:
storage: 1Gi
# - kind: SecurityContextConstraints
# apiVersion: security.openshift.io/v1
# metadata:
# name: ${NAMESPACE}-scc
# allowPrivilegeEscalation: false
# allowPrivilegedContainer: false
# volumes:
# - '*'
# users:
# - system:${USER}
# - system:serviceaccount:${NAMESPACE}:${NAMESPACE}-sa
- kind: Service
apiVersion: v1
metadata:
Expand Down Expand Up @@ -74,20 +63,10 @@ objects:
app: mysql
curl-tool: "true"
spec:
# securityContext:
# runAsNonRoot: true
serviceAccountName: ${NAMESPACE}-sa
containers:
- image: registry.redhat.io/rhel8/mariadb-105:latest
name: mysql
# securityContext:
# privileged: false
# allowPrivilegeEscalation: false
# capabilities:
# drop:
# - ALL
# seccompProfile:
# type: RuntimeDefault
env:
- name: MYSQL_USER
value: changeme
Expand Down Expand Up @@ -200,9 +179,6 @@ objects:
kind: Service
name: todolist
parameters:
# - description: Non admin user username
# name: USER
# value: nacuser
- description: Non admin user namespace
name: NAMESPACE
value: mysql-persistent

0 comments on commit 12e3988

Please sign in to comment.