Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 15, 2024
1 parent 001da86 commit ec7546a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: sysdig-secretstore-ekssnow
namespace: sysdig
namespace: sysdig-agent
spec:
refreshInterval: 1m
secretStoreRef:
Expand Down
2 changes: 1 addition & 1 deletion eks-anywhere-common/Addons/Partner/Sysdig/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: sysdig
name: sysdig-agent
labels:
aws.conformance.vendor: sysdig
aws.conformance.vendor-solution: sysdig-agent
3 changes: 2 additions & 1 deletion eks-anywhere-common/Addons/Partner/Sysdig/sysdig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ spec:
sourceRef:
kind: HelmRepository
name: sysdig
namespace: sysdig-agent
namespace: flux-system
version: 1.67.5
interval: 30s
targetNamespace: sysdig-agent
values:
global:
sysdig:
Expand Down

0 comments on commit ec7546a

Please sign in to comment.