diff --git a/.nais/unleash-apitoken.yaml b/.nais/unleash-apitoken.yaml deleted file mode 100644 index 05596b624..000000000 --- a/.nais/unleash-apitoken.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: unleash.nais.io/v1 -kind: ApiToken -metadata: - name: nav-decoratoren - namespace: navno - labels: - team: navno -spec: - unleashInstance: - apiVersion: unleash.nais.io/v1 - kind: RemoteUnleash - name: navno - secretName: nav-dekoratoren-unleash-api-token - - # Specify which environment the API token should be created for. - # Can be one of: development, or production. - environment: {{unleashEnvironment}} diff --git a/.nais/unleash/unleash-api-token.dev.yml b/.nais/unleash/unleash-api-token.dev.yml index 4163f2f8c..7b2256d01 100644 --- a/.nais/unleash/unleash-api-token.dev.yml +++ b/.nais/unleash/unleash-api-token.dev.yml @@ -11,7 +11,4 @@ spec: kind: RemoteUnleash name: navno secretName: nav-dekoratoren-unleash-api-token - - # Specify which environment the API token should be created for. - # Can be one of: development, or production. environment: development