Skip to content

Commit

Permalink
format: bruker Pale-2 editorconfig fil
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Feb 11, 2025
1 parent 18b0ab8 commit 6b9ca49
Show file tree
Hide file tree
Showing 395 changed files with 9,959 additions and 10,585 deletions.
56 changes: 28 additions & 28 deletions .deploy/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
image: {{image}}
port: 8080
ingresses:
{{#each ingresses as |url|}}
- {{url}}
{ { #each ingresses as |url|}}
- {{url } }
{{/each}}
liveness:
path: /fpabakus/internal/health/isAlive
Expand Down Expand Up @@ -69,30 +69,30 @@ spec:
- "NAVident"
- "azp_name"
groups:
{{#each groups as |group|}}
- id: "{{group}}"
{{/each}}
{{#if AZURE_IAC_RULES}}
accessPolicy:
inbound:
rules:
{{#each AZURE_IAC_RULES}}
- application: {{app}}
namespace: {{namespace}}
cluster: {{cluster}}
{{#if scopes}}
permissions:
scopes:
{{#each scopes}}
- "{{this}}"
{{/each}}
{{/if}}
{{#if roles}}
permissions:
roles:
{{#each roles}}
- "{{this}}"
{{/each}}
{{/if}}
{{/each}}
{ { #each groups as |group|}}
- id: "{{group}}"
{{/each } }
{ { #if AZURE_IAC_RULES}}
accessPolicy:
inbound:
rules:
{ { #each AZURE_IAC_RULES}}
- application: {{app } }
namespace: {{namespace } }
cluster: {{cluster}}
{ { #if scopes}}
permissions:
scopes:
{ { #each scopes}}
- "{{this}}"
{{/each } }
{{/if } }
{ { #if roles}}
permissions:
roles:
{ { #each roles}}
- "{{this}}"
{{/each } }
{{/if } }
{{/each}}
{{/if}}
Loading

0 comments on commit 6b9ca49

Please sign in to comment.