Skip to content

Commit 44a4e38

Browse files
authored
Merge pull request #377 from oracle/issue_376
Fix Issue #376 - grafana service and cache dashboard fail to load if …
2 parents 88e070a + 97c5df5 commit 44a4e38

File tree

5 files changed

+104
-104
lines changed

5 files changed

+104
-104
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ pipeline {
247247
export IMAGE_PULL_SECRETS=coherence-k8s-operator-development-secret,ocr-k8s-operator-development-secret
248248
export RELEASE_IMAGE_PREFIX=$(eval echo $TEST_IMAGE_PREFIX)
249249
export TEST_MANIFEST_VALUES=deploy/oci-values.yaml
250-
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/alertmanager.crd.yaml
251-
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheus.crd.yaml
252-
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheusrule.crd.yaml
253-
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/servicemonitor.crd.yaml
250+
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
251+
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
252+
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
253+
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
254254
make helm-test GO_TEST_FLAGS='-short'
255255
'''
256256
}

0 commit comments

Comments
 (0)