Skip to content

Commit

Permalink
update osartifact
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Feb 3, 2025
1 parent 5cd608d commit b4c8efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalogs/edge/osartifact/helm/osartifact.yaml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exporter:
{% if configuration.isECRRegistry == 'true' %}
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: {{ imports[imports_airbyte_key].ecr_push_role_arn }}
eks.amazonaws.com/role-arn: {{ imports[imports_osartifact_key].ecr_push_role_arn }}
{% endif %}
registry:
Expand Down
1 change: 1 addition & 0 deletions catalogs/edge/osartifact/osartifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
imports:
- stackRef:
name: osartifact-{{ context.name }}-{{ context.cluster }}
namespace: osbuilder
clusterRef:
kind: Cluster
name: {{ context.cluster }}
Expand Down

0 comments on commit b4c8efa

Please sign in to comment.