Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
  • Loading branch information
Sovietaced committed Aug 31, 2024
1 parent 7d179bc commit 6f52211
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: bWp3aGJGVmxQd0RmeU5EdQ==
haSharedSecret: WVl4Y1pFNm1JTkxOMjJpZQ==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1413,7 +1413,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 7fa8f46a7eb48ff010fe706aaaea6641f557b6b5aeec5b764504facc1bb70568
checksum/secret: f0211dde23276e14b7254edd85e3afd32044562e409b56d79b27202e23dc224c
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: em1QN2ljdHZUeWpMU2tmbQ==
haSharedSecret: Q3BDekMwb0JHM1pxaXAycg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1362,7 +1362,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: ad7fb410193b2de10c3f2b3c8cfb5b04cc445bf41e6150b7c6f2555540b3f9c9
checksum/secret: 65e52b61d9d5af16c4217a1ea9f625d8d18e3251ede28f012cc14ef665412685
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: eFdjcDlYNnZZdlprcUhUbw==
haSharedSecret: RU9mMGpZWGNCcnp4cEJ3bg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 3e235b7677a3e723fc3bd96e109702b0a5e80aebea05a18922d6a523d164569e
checksum/secret: 90ba33230f60ed1ee81e3088a4c88b0c9408c36ad5d40270cf05f503149f25a8
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/airflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,16
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,16
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/chatgpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,16
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/databricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,12,16
:emphasize-lines: 7,12
tasks:
task-plugins:
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/agents/openai_batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,15
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand All @@ -38,7 +38,7 @@ Specify agent configuration
Create a file named ``values-override.yaml`` and add the following configuration to it:

.. code-block:: yaml
:emphasize-lines: 9,14,18
:emphasize-lines: 9,14
configmap:
enabled_plugins:
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/agents/sagemaker_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11-12,16-17
:emphasize-lines: 7,11-12
tasks:
task-plugins:
Expand All @@ -39,7 +39,7 @@ Specify agent configuration
Create a file named ``values-override.yaml`` and add the following configuration to it:

.. code-block:: yaml
:emphasize-lines: 9,14-15,19-20
:emphasize-lines: 9,14-15
configmap:
enabled_plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/sensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Enable the sensor agent by adding the following config to the relevant YAML file
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,16
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/agents/snowflake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Specify agent configuration
kubectl edit configmap flyte-sandbox-config -n flyte
.. code-block:: yaml
:emphasize-lines: 7,11,16
:emphasize-lines: 7,11
tasks:
task-plugins:
Expand Down

0 comments on commit 6f52211

Please sign in to comment.