Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 5, 2023
1 parent b9c132c commit 629b0b2
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 29 deletions.
54 changes: 27 additions & 27 deletions aks/terraform/infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aks/terraform/infrastructure/az_rg.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "azurerm_resource_group" "jok-default" {
location = "westus3"
name = "jok-default"
location = "eastus"
name = "jok-mpn-default"
}
3 changes: 3 additions & 0 deletions helm-chart-examples/printf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: printf
version: 1.0.0
4 changes: 4 additions & 0 deletions helm-chart-examples/printf/templates/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
demo: |
{{ printf "Hello" "World" }}
11 changes: 11 additions & 0 deletions helm-chart-examples/printf/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
a:
b:
c:
d:
e: Hello

cert-manager:
serviceAccount:
annotations:
"azure.workload.identity/client-id": ABCD

0 comments on commit 629b0b2

Please sign in to comment.