Skip to content

Commit

Permalink
Merge pull request #26 from razee-io/fixInstall
Browse files Browse the repository at this point in the history
Fix name/namespaces of cm and secret
  • Loading branch information
alewitt2 authored May 21, 2019
2 parents 5c3981b + 61dcfd1 commit 05895f3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/routes/install/kapitan.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
name: razeedash-api-configmap
namespace: razee
name: watch-keeper-config
namespace: razee
data:
RAZEEDASH_URL: "{{{RAZEEDASH_URL}}}"
START_DELAY_MAX: "0"
---
apiVersion: v1
kind: Secret
metadata:
annotations:
name: razeedash-api-secret
namespace: razee
name: watch-keeper-secret
namespace: razee
data:
RAZEEDASH_ORG_KEY: "{{{RAZEEDASH_ORG_KEY}}}"
---
Expand Down

0 comments on commit 05895f3

Please sign in to comment.