Skip to content

Commit 979393f

Browse files
authored
Merge branch 'master' into staging
2 parents 6214c28 + 8611113 commit 979393f

File tree

13 files changed

+8
-15
lines changed

13 files changed

+8
-15
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21+
- uses: actions/checkout@v2
2122
- name: Set up Python 3.10
2223
uses: actions/setup-python@v4
2324
with:

.github/workflows/productionDeploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ jobs:
2828
with:
2929
cluster_name: ${{ secrets.CLUSTER_NAME }}
3030
location: 'us-central1-a'
31-
project_id: ${{ secrets.PROJECT_ID }}
31+
project_id: ${{ secrets.PROJECT_ID }}
32+
- name: Deploy in production
33+
run: |
34+
chmod +x deployment/master/deploy.sh
35+
sh ./deployment/master/deploy.sh
36+

resources/ceph/INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Make sure that the Prometheus module is activated in the Ceph cluster by running
99
ceph mgr module enable prometheus
1010
```
1111
# Installation
12-
1312
The application is ready to be scraped

resources/elasticsearch/INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ kubectl create -n Your-Application-Namespace secret generic elastic-tls-secret \
2222
--from-file=root-ca.key=/path/to/tls/ca-key \
2323
--from-file=root-ca.pem=/path/to/tls/ca-pem
2424
```
25-
2625
# Installation
2726

2827
You can use our helm-charts in order to install the exporter in your cluster.

resources/fluentd/INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ As seen in the [official plugin documentation](https://github.com/fluent/fluent-
3434
```
3535

3636
If you are deploying Fluentd using the [official Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluentd), it already has these plugins enabled by default in its configuration, so no additional actions are needed.
37-
3837
# Installation
3938

4039
The application is ready to be scraped

resources/keda/INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Make sure that the prometheus metrics are activated. If you install Keda with He
77
```
88
--set prometheus.metricServer.enabled=true
99
```
10-
1110
# Installation
1211

1312
The application is ready to be scraped

resources/nginx-ingress/INSTALL.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Another option is adding the following line to the NGINX Ingress configuration f
1818
```
1919
controller.metrics.podAnnotations.prometheus.io/scrape=true
2020
```
21-
22-
23-
2421
# Installation
2522

2623
The application is ready to be scraped

resources/nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The integration is using the following exporters:
1212
# Attributions
1313
The configuration files and dashboards maintained by [Sysdig team](https://sysdig.com/).
1414
# License
15-
- nginx-exporter with Apache license.
15+
- nginx-exporter with Apache license.

resources/openshift-haproxy-router/INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ subjects:
8383
name: sysdig-agent
8484
namespace: sysdig-agent # Remember to change to the namespace where you have the Sysdig agents deployed
8585
```
86-
8786
# Installation
8887
8988
The application is ready to be scraped

resources/postgresql/INSTALL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ kubectl create -n Your-Application-Namespace secret generic postgresql-exporter
7878
--from-literal=password=password \
7979
--from-file=sslRootCert=/path/to/tls/cert
8080
```
81-
8281
# Installation
83-
8482
You can use our helm-charts in order to install the exporter in your cluster.
8583
```sh
8684
helm install --repo https://sysdiglabs.github.io/integrations-charts postgresql-exporter postgresql-exporter

0 commit comments

Comments
 (0)