Skip to content

Commit

Permalink
fix(kyak): change dependency name
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Dec 17, 2024
1 parent 8ec8860 commit 87ef39a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
strategy: rollback
retries: 3
dependsOn:
- name: kube-prometheus-stack
- name: grafana-k8s-monitoring
namespace: monitoring
values:
fullnameOverride: *app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
strategy: rollback
retries: 3
dependsOn:
- name: kube-prometheus-stack
- name: grafana-k8s-monitoring
namespace: monitoring
values:
fullnameOverride: *app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
strategy: rollback
retries: 3
dependsOn:
- name: kube-prometheus-stack
- name: grafana-k8s-monitoring
namespace: monitoring
values:
controllers:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/sol/apps/monitoring/vector/app/agent/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: vector-agent
namespace: observability
namespace: monitoring

0 comments on commit 87ef39a

Please sign in to comment.