Skip to content

Commit

Permalink
Add namespaces for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Aug 23, 2023
1 parent f7bdf35 commit 0586e7b
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 0586e7b

Please sign in to comment.