add namespace
ci / build (push) Failing after 7s
Details
ci / build (push) Failing after 7s
Details
This commit is contained in:
parent
23a2ef3ca9
commit
4519eafdcc
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: ipfs-pod
|
name: ipfs-pod
|
||||||
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: ipfs
|
app.kubernetes.io/name: ipfs
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: ipfs-pvc
|
name: ipfs-pvc
|
||||||
|
namespace: default
|
||||||
annotations:
|
annotations:
|
||||||
meta.helm.sh/release-name: fp
|
meta.helm.sh/release-name: fp
|
||||||
meta.helm.sh/release-namespace: default
|
meta.helm.sh/release-namespace: default
|
||||||
|
|
Loading…
Reference in New Issue