Skip to content

Commit

Permalink
Merge pull request #111 from jcpunk/example-ns
Browse files Browse the repository at this point in the history
Add namespaces for clarity
  • Loading branch information
gman0 authored Feb 21, 2024
2 parents d46443a + 0586e7b commit 44ee10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/pod-single-repo-parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: cvmfs-atlas-nightlies
namespace: default
spec:
accessModes:
- ReadOnlyMany
Expand All @@ -28,6 +29,7 @@ apiVersion: v1
kind: Pod
metadata:
name: cvmfs-atlas-nightlies
namespace: default
spec:
containers:
- name: idle
Expand Down

0 comments on commit 44ee10d

Please sign in to comment.