X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fmc-stack%2Fcharts%2Fkibana%2Fexamples%2Fsecurity%2FMakefile;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fmc-stack%2Fcharts%2Fkibana%2Fexamples%2Fsecurity%2FMakefile;h=0000000000000000000000000000000000000000;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=a9af514997e0d0d4efaf1ec9c2c848f8b0888670;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/mc-stack/charts/kibana/examples/security/Makefile b/ric-aux/80-Auxiliary-Functions/helm/mc-stack/charts/kibana/examples/security/Makefile deleted file mode 100755 index a9af5149..00000000 --- a/ric-aux/80-Auxiliary-Functions/helm/mc-stack/charts/kibana/examples/security/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -default: test -include ../../../helpers/examples.mk - -RELEASE := helm-kibana-security - -install: - helm upgrade --wait --timeout=600 --install --values ./security.yml $(RELEASE) ../../ ; \ - -test: secrets install goss - -purge: - kubectl delete secret kibana || true - helm del --purge $(RELEASE) - -secrets: - encryptionkey=$$(echo $$(docker run --rm docker.elastic.co/elasticsearch/elasticsearch:$(STACK_VERSION) /bin/sh -c "< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c50")) && \ - kubectl create secret generic kibana --from-literal=encryptionkey=$$encryptionkey