Skip to content

Commit

Permalink
Merge pull request #7 from JupiterOne/INT-2263-env-var
Browse files Browse the repository at this point in the history
INT-2263 - Update to use latest required environment variables
  • Loading branch information
austinkelleher authored Dec 9, 2021
2 parents 81be330 + 88b1111 commit 1e76123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/graph-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: graph-kubernetes
description:
Converts K8s resources into a graph model for ingestion into JupiterOne.
type: application
version: 0.3.0
version: 0.4.0
appVersion: '0.4.0'
4 changes: 2 additions & 2 deletions charts/graph-kubernetes/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: ACCESS_TYPE
value: {{ ternary "cluster" "namespace" .Values.rbac.useClusterRole }}
value: {{ ternary "cluster" "namespace" .Values.rbac.useClusterRole }}
- name: NAMESPACE
value: {{ .Release.Namespace }}
- name: JUPITERONE_ACCOUNT_ID
Expand All @@ -161,7 +161,7 @@ spec:
secretKeyRef:
name: {{ include "graph-kubernetes.fullname" . }}
key: jupiteroneIntegrationInstanceId
- name: IS_RUNNING_TEST
- name: LOAD_KUBERNETES_CONFIG_FROM_DEFAULT
value: 'false'
resources:
{{- toYaml .Values.resources | nindent 16 }}
Expand Down

0 comments on commit 1e76123

Please sign in to comment.