Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Aug 19, 2024
1 parent 5fc0019 commit 2ca8221
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 40 deletions.
7 changes: 3 additions & 4 deletions ansible/templates/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ service:
bootstrapScript: |
#!/bin/bash
pip install authlib
global:
postgresql:
auth:
postgresPassword='{{ postgresPassword }}'
postgresql:
auth:
postgresPassword: '{{ postgresPassword }}'


configOverrides:
Expand Down
Binary file modified ansible/vars/secrets-eqiad1.yaml
Binary file not shown.
36 changes: 0 additions & 36 deletions tofu/126a.tf

This file was deleted.

5 changes: 5 additions & 0 deletions tofu/127.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ resource "openstack_containerinfra_cluster_v1" "k8s_127" {
node_count = var.workers[var.datacenter]
}

resource "local_file" "kube_config" {
content = resource.openstack_containerinfra_cluster_v1.k8s_127.kubeconfig.raw_config
filename = "kube.config"
}

resource "openstack_containerinfra_clustertemplate_v1" "template_127" {
name = "superset${var.name[var.datacenter]}-127"
coe = "kubernetes"
Expand Down

0 comments on commit 2ca8221

Please sign in to comment.