Skip to content

Commit 7af7695

Browse files
committed
fix: ignore age secrets
Signed-off-by: Michael Fornaro <[email protected]>
1 parent dd5c4dc commit 7af7695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--path="./kubernetes" \
5555
--source="$(git config --get remote.origin.url)" \
5656
--revision="$(git branch --show-current)@sha1:$(git rev-parse HEAD)" \
57-
--ignore-paths="sops-gpg.encrypted.yaml,.sops.pub.asc" \
57+
--ignore-paths="sops-gpg.encrypted.yaml,sops-age.encrypted.yaml,.sops.pub.asc" \
5858
--reproducible
5959
6060
- name: Create OCI artifact tag

kubernetes/apps/overlays/cluster-0/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resources:
6666
- ../../base/network-system/dex-k8s-authenticator/ks.yaml
6767
- ../../base/network-system/echo-server/ks.yaml
6868
- ../../base/network-system/external-dns/ks.yaml
69-
- ../../base/network-system/multus/ks.yaml
69+
# - ../../base/network-system/multus/ks.yaml
7070
- ../../base/network-system/node-feature-discovery/ks.yaml
7171
- ../../base/network-system/oauth2-proxy/ks.yaml
7272
- ../../base/nginx-ingress/nginx-ingress/ks.yaml

0 commit comments

Comments
 (0)