UNCLASSIFIED

Commit a8e90d8a authored by promaethius's avatar promaethius 💬
Browse files

better init

parent 02c794e2
# anchore ```
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo update
helm template anchore stable/anchore-engine -f values.yaml > template.yml
```
ANCHORE_ADMIN_PASSWORD: "foobar"
ANCHORE_DB_PASSWORD: "anchore,supersecretpass"
\ No newline at end of file
resources:
- namespace.yaml
namespace: anchore
resources:
- template.yml
\ No newline at end of file
apiVersion: v1
kind: Namespace
metadata:
name: anchore
labels:
istio-injection: enabled
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment