-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove deploy secret
- Loading branch information
Showing
5 changed files
with
13 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 모니터링 Chart 배포 | ||
|
||
secret 을 helm value 혹은 ENV 로 주입하여 배포되도록 하려고 했으나 마땅한 방법이 없어서 일단 --set 옵션으로 배포합니다. | ||
|
||
```bash | ||
helm --namespace scc-monitoring \ | ||
-f values.yaml \ | ||
upgrade --install scc-monitoring ./ \ | ||
--set openobserve-collector.exporters."otlphttp/openobserve".endpoint={secret.yaml 참조} \ | ||
--set openobserve-collector.exporters."otlphttp/openobserve".headers.Authorization="{secret.yaml 참조}" \ | ||
--set openobserve-collector.exporters."otlphttp/openobserve_k8s_events".endpoint={secret.yaml 참조} \ | ||
--set openobserve-collector.exporters."otlphttp/openobserve_k8s_events".headers.Authorization="{secret.yaml 참조}" | ||
``` |
12 changes: 0 additions & 12 deletions
12
infra/helm/scc-monitoring/templates/configmap-for-secret.yaml
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
infra/helm/scc-monitoring/templates/deploy-secret-job.yaml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
infra/helm/scc-monitoring/templates/deploy-secret-serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters